Expressing or designating repeated action 反復(fù)的表示或描述重復(fù)的動(dòng)作
When you write a program , you frequently need to repeat actions 編寫程序時(shí),經(jīng)常需要重復(fù)操作。
Making your program repeat actions : looping with the for . next loop 使程序重復(fù)執(zhí)行操作:用for . . . next循環(huán)執(zhí)行循環(huán)
Statement to repeat actions in your program , and to count how many times these actions have been performed For . . . next語(yǔ)句重復(fù)操作以及如何計(jì)算這些操作已執(zhí)行的次數(shù)。
Using control structures , you can write visual basic code that makes decisions or that repeats actions 使用控制結(jié)構(gòu),您可以編寫制定決策或重復(fù)操作的visual basic代碼。